home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Text File  |  1999-03-07  |  8KB  |  343 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 199
  3.   Top = 163
  4.   BorderStyle = bsDialog
  5.   Caption = 'EasyCD Preferences'
  6.   ClientHeight = 253
  7.   ClientWidth = 395
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 102
  24.     Top = 224
  25.     Width = 75
  26.     Height = 23
  27.     Caption = 'Ok'
  28.     Default = True
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32.   object Button2: TButton
  33.     Left = 218
  34.     Top = 224
  35.     Width = 75
  36.     Height = 23
  37.     Caption = 'Cancel'
  38.     TabOrder = 1
  39.     OnClick = Button2Click
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 5
  43.     Top = 5
  44.     Width = 385
  45.     Height = 218
  46.     ActivePage = TabSheet1
  47.     HotTrack = True
  48.     MultiLine = True
  49.     Style = tsFlatButtons
  50.     TabOrder = 2
  51.     object TabSheet1: TTabSheet
  52.       Caption = 'General'
  53.       object GroupBox1: TGroupBox
  54.         Left = 0
  55.         Top = 0
  56.         Width = 241
  57.         Height = 137
  58.         Caption = 'Options'
  59.         TabOrder = 0
  60.         object Label3: TLabel
  61.           Left = 136
  62.           Top = 81
  63.           Width = 26
  64.           Height = 13
  65.           Caption = 'pixels'
  66.         end
  67.         object CheckBox2: TCheckBox
  68.           Left = 8
  69.           Top = 16
  70.           Width = 177
  71.           Height = 17
  72.           Caption = '&Stop CD playing on exit'
  73.           TabOrder = 0
  74.         end
  75.         object CheckBox6: TCheckBox
  76.           Left = 8
  77.           Top = 32
  78.           Width = 153
  79.           Height = 17
  80.           Caption = '&Exit on Eject'
  81.           TabOrder = 1
  82.         end
  83.         object ESnap: TEdit
  84.           Left = 106
  85.           Top = 79
  86.           Width = 27
  87.           Height = 18
  88.           AutoSize = False
  89.           TabOrder = 5
  90.           Text = '10'
  91.         end
  92.         object CBSnap: TCheckBox
  93.           Left = 8
  94.           Top = 80
  95.           Width = 97
  96.           Height = 17
  97.           Caption = 'S&nap window at'
  98.           Checked = True
  99.           State = cbChecked
  100.           TabOrder = 4
  101.         end
  102.         object CBUseToolTips: TCheckBox
  103.           Left = 8
  104.           Top = 64
  105.           Width = 89
  106.           Height = 17
  107.           Caption = 'Use T&oolTips'
  108.           Checked = True
  109.           State = cbChecked
  110.           TabOrder = 3
  111.         end
  112.         object CBAutoscroll: TCheckBox
  113.           Left = 8
  114.           Top = 48
  115.           Width = 169
  116.           Height = 17
  117.           Caption = 'Autos&croll Songname'
  118.           Checked = True
  119.           State = cbChecked
  120.           TabOrder = 2
  121.         end
  122.         object CDShowTime: TCheckBox
  123.           Left = 8
  124.           Top = 96
  125.           Width = 193
  126.           Height = 17
  127.           Caption = 'S&how songs time in PopUp menu'
  128.           Checked = True
  129.           State = cbChecked
  130.           TabOrder = 6
  131.         end
  132.         object CBShowInTaskbar: TCheckBox
  133.           Left = 8
  134.           Top = 112
  135.           Width = 161
  136.           Height = 17
  137.           Caption = 'Show EasyCD in &Taskbar'
  138.           TabOrder = 7
  139.         end
  140.       end
  141.       object GroupBox2: TGroupBox
  142.         Left = 248
  143.         Top = 0
  144.         Width = 129
  145.         Height = 73
  146.         Caption = 'Show in ToolTip'
  147.         TabOrder = 1
  148.         object CheckBox3: TCheckBox
  149.           Left = 8
  150.           Top = 16
  151.           Width = 49
  152.           Height = 17
  153.           Caption = '&Artist'
  154.           Checked = True
  155.           State = cbChecked
  156.           TabOrder = 0
  157.         end
  158.         object CheckBox4: TCheckBox
  159.           Left = 8
  160.           Top = 32
  161.           Width = 49
  162.           Height = 17
  163.           Caption = 'T&itle'
  164.           Checked = True
  165.           State = cbChecked
  166.           TabOrder = 1
  167.         end
  168.         object CheckBox5: TCheckBox
  169.           Left = 8
  170.           Top = 48
  171.           Width = 49
  172.           Height = 17
  173.           Caption = '&Track'
  174.           Checked = True
  175.           State = cbChecked
  176.           TabOrder = 2
  177.         end
  178.       end
  179.       object GroupBox3: TGroupBox
  180.         Left = 248
  181.         Top = 80
  182.         Width = 129
  183.         Height = 57
  184.         Caption = 'CD-ROM'
  185.         TabOrder = 2
  186.         object CDDriveList: TComboBox
  187.           Left = 8
  188.           Top = 16
  189.           Width = 113
  190.           Height = 21
  191.           Style = csDropDownList
  192.           ItemHeight = 13
  193.           TabOrder = 0
  194.           OnChange = CDDriveListChange
  195.         end
  196.       end
  197.     end
  198.     object TabSheet3: TTabSheet
  199.       Caption = 'CDDB'
  200.       ImageIndex = 2
  201.       object RGUseCDDB: TRadioGroup
  202.         Left = 0
  203.         Top = 56
  204.         Width = 377
  205.         Height = 73
  206.         Caption = 'When new CD is &detected'
  207.         ItemIndex = 2
  208.         Items.Strings = (
  209.           'Use CDDB'
  210.           'Prompt to use CDDB'
  211.           'Do not use CDDB')
  212.         TabOrder = 1
  213.       end
  214.       object GroupBox5: TGroupBox
  215.         Left = 0
  216.         Top = 0
  217.         Width = 377
  218.         Height = 49
  219.         Caption = 'CDDB Server'
  220.         TabOrder = 0
  221.         object EHostAddress: TEdit
  222.           Left = 8
  223.           Top = 17
  224.           Width = 289
  225.           Height = 21
  226.           TabStop = False
  227.           Color = clBtnFace
  228.           ReadOnly = True
  229.           TabOrder = 0
  230.           Text = 'cddb.cddb.com'
  231.         end
  232.         object Button3: TButton
  233.           Left = 304
  234.           Top = 16
  235.           Width = 65
  236.           Height = 23
  237.           Caption = 'Change'
  238.           Enabled = False
  239.           TabOrder = 1
  240.         end
  241.       end
  242.       object GroupBox6: TGroupBox
  243.         Left = 0
  244.         Top = 136
  245.         Width = 377
  246.         Height = 49
  247.         TabOrder = 2
  248.         object LServer: TLabel
  249.           Left = 8
  250.           Top = 18
  251.           Width = 41
  252.           Height = 13
  253.           Caption = 'Address:'
  254.           Enabled = False
  255.         end
  256.         object LPort: TLabel
  257.           Left = 294
  258.           Top = 18
  259.           Width = 22
  260.           Height = 13
  261.           Caption = 'Port:'
  262.           Enabled = False
  263.         end
  264.         object ServerEdit: TEdit
  265.           Left = 53
  266.           Top = 16
  267.           Width = 233
  268.           Height = 21
  269.           Enabled = False
  270.           TabOrder = 0
  271.         end
  272.         object PortEdit: TEdit
  273.           Left = 320
  274.           Top = 16
  275.           Width = 49
  276.           Height = 21
  277.           Enabled = False
  278.           TabOrder = 1
  279.         end
  280.         object CDDBAccess: TCheckBox
  281.           Left = 9
  282.           Top = 0
  283.           Width = 210
  284.           Height = 14
  285.           Caption = 'Access the &Internet using a proxy server'
  286.           Enabled = False
  287.           TabOrder = 2
  288.           OnClick = CheckBox7Click
  289.         end
  290.       end
  291.     end
  292.     object TabSheet4: TTabSheet
  293.       Caption = 'TrayIcon'
  294.       ImageIndex = 3
  295.       object RGClick: TRadioGroup
  296.         Left = 0
  297.         Top = 0
  298.         Width = 185
  299.         Height = 89
  300.         Caption = 'On &Click'
  301.         ItemIndex = 0
  302.         Items.Strings = (
  303.           'Pause/Resume'
  304.           'Next Track'
  305.           'Previous Track'
  306.           'Hide/Restore EasyCD')
  307.         TabOrder = 0
  308.       end
  309.       object RGDblClick: TRadioGroup
  310.         Left = 192
  311.         Top = 0
  312.         Width = 185
  313.         Height = 89
  314.         Caption = 'On &DblClick'
  315.         ItemIndex = 1
  316.         Items.Strings = (
  317.           'Pause/Resume'
  318.           'Next Track'
  319.           'Previous Track'
  320.           'Hide/Restore EasyCD')
  321.         TabOrder = 1
  322.       end
  323.       object RGRightClick: TRadioGroup
  324.         Left = 0
  325.         Top = 96
  326.         Width = 377
  327.         Height = 41
  328.         Caption = 'On &RightClick'
  329.         Columns = 2
  330.         ItemIndex = 0
  331.         Items.Strings = (
  332.           'EasyCD Menu'
  333.           'TrackList Menu')
  334.         TabOrder = 2
  335.       end
  336.     end
  337.   end
  338.   object TopMost1: TTopMost
  339.     Left = 56
  340.     Top = 232
  341.   end
  342. end
  343.